Decomposition of potato yield gap in the Andean north of Peru
A crop modeling approach
Background
This repository is designed to provide comprehensive documentation of the R code used for the analysis of yield gap decomposition, integrating both crop modeling and stochastic frontier analysis.
Libraries and extra R-files
The following libraries were used:
Additionally, extra R-files need to be loaded.
# extra R-files
load(url("https://github.com/jninanya/Ramirez-et-al-2024/raw/main/solanumR/CropParamsList.Rdata"))
source("https://raw.githubusercontent.com/jninanya/Ramirez-et-al-2024/main/solanumR/thermalTime.R")
source("https://raw.githubusercontent.com/jninanya/Ramirez-et-al-2024/main/solanumR/SolanumModel.R")